<!DOCTYPE html>
<html lang="zh-CN " style="font-size: 100px">
  <head>
    <!-- 百度相关代码👇 -->
    <script>
      var _hmt = _hmt || [];
      document.referrer = document.location.href;
    </script>

    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>五月花精密机械</title>
    <link rel="icon" href="/other/favicon-29ceb074.ico" />
    <link rel="stylesheet" href="https://wjbobs.hope55.com/page/css/animate.min.css">
    <!-- <script src="https://cdn.staticfile.org/wow/1.1.2/wow.min.js"></script> -->
    <script src="https://b4.hope55.com/pv/yanz.js"></script> 
  
    <script type="module" crossorigin src="/js/app-91998674.js"></script>
    <link rel="stylesheet" href="/css/index-26638cfc.css">
  </head>
  <body >
    <!-- 百度统计相关代码👇 -->
    <script>
      var _hmt = _hmt || [];
      (function () {
        var hm = document.createElement("script");
        hm.src = "https://hm.baidu.com/hm.js?1d3ed1e7b3b183244dff9b4adc4e0853";
        var s = document.getElementsByTagName("script")[0];
        s.parentNode.insertBefore(hm, s);
      })();
    </script>
    <!-- 百度统计相关代码👆 -->
    <div id="app"></div>
    
  </body>
  <script>
    // new WOW().init();

    // 基准大小
    const baseSize = 100;
    // 设置 rem 函数
    function setRem() {
      // 当前页面宽度相对于 750 宽的缩放比例，可根据自己需要修改。
      if (document.documentElement.clientWidth < 750) {
        const scale = document.documentElement.clientWidth / 750;
        // 设置页面根节点字体大小
        document.documentElement.style.fontSize =
          baseSize * Math.min(scale, 2) + "px";
      }
    }
    // 初始化
    setRem();
    // 改变窗口大小时重新设置
    window.onresize = function () {
      setRem();
    };
  </script>
</html>
<style>

body {
    overflow-y: hidden; /* 隐藏滚动条 */
  }

  html {
    overflow-y: scroll; /* 保持页面内容可滚动 */
  }
</style>
